home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20000824-20010305
/
000242_news@columbia.edu _Sat Feb 3 16:15:04 2001.msg
< prev
next >
Wrap
Internet Message Format
|
2001-03-05
|
1KB
Return-Path: <news@columbia.edu>
Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id QAA21668
for <kermit.misc@cpunix.cc.columbia.edu>; Sat, 3 Feb 2001 16:15:04 -0500 (EST)
Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA20050
for <kermit.misc@watsun.cc.columbia.edu>; Sat, 3 Feb 2001 16:15:03 -0500 (EST)
Received: (from news@localhost)
by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id QAA15083
for kermit.misc@watsun.cc.columbia.edu; Sat, 3 Feb 2001 16:10:25 -0500 (EST)
X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
From: fdc@columbia.edu (Frank da Cruz)
Subject: Re: half-duplex G-Kermit?
Date: 3 Feb 2001 21:10:18 GMT
Organization: Columbia University
Message-ID: <95hs3q$en9$1@newsmaster.cc.columbia.edu>
To: kermit.misc@columbia.edu
In article <Voyager.010202141830.2699A@node1>,
Pete DiMarco <peted@ifspurity.com> wrote:
: Does anyone know if G-Kermit (or a variant) supports half-duplex
: connections? We're looking for a protocol to use over a multi-drop RS-485.
: If G-Kermit can run half-duplex, we think we can hack out a master/slave
: addressing scheme to wrap around it.
:
Yes, the basic Kermit protocol (used when sliding windows, streaming, etc,
are not negotiated) is half duplex ("stop and wait").
- Frank